home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / WebObjects / WebObjectsDoc_HTML / Reuse / ReusableComponentsEx / FontString.wo / FontString.wod < prev    next >
Encoding:
Text File  |  1996-03-02  |  283 b   |  20 lines

  1. ////////////////////////
  2. //  FontString
  3. //  by Charles Lloyd
  4. ////////////////////////
  5.  
  6.  
  7. FSFont: WOGenericContainer {
  8.     elementName = "font";
  9.     color = fontColor;
  10.     size = fontSize;
  11. };
  12.  
  13. FSString: WOString {
  14.     value = value;
  15. };
  16.  
  17. Comment: WOConditional {
  18.     condition = NO;
  19. };
  20.